debugging
[RRRRHHHH_Code] / ruralHouses client / src / domain / Account.java
index 851e547..19fc1f5 100644 (file)
@@ -22,19 +22,7 @@ public class Account implements Serializable {
        private boolean admin = false;
 
        
-       public Account(String usr){
-               
-               
-       }
-       public Account(String usr, String pass, boolean isAdmin) {
-               
-
-       }
-
-       public Account(String usr, String pass, Owner ow) {
-               
-
-       }
+       
 
        public byte[] getUsername() {
                return username;